home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / Tools / tables / rfc987-pp / Makefile < prev    next >
Encoding:
Makefile  |  1991-12-18  |  1.5 KB  |  79 lines

  1. # PP specific routines
  2. #
  3. ############################################################
  4. #
  5. # @(#) $Header: /xtel/pp/pp-beta/Tools/tables/rfc987-pp/RCS/Makefile,v 6.0 1991/12/18 20:35:14 jpo Rel $
  6. #
  7. # $Log: Makefile,v $
  8. # Revision 6.0  1991/12/18  20:35:14  jpo
  9. # Release 6.0
  10. #
  11. #
  12. ############################################################
  13. #
  14. # Definitions
  15. #
  16. ############################################################
  17.  
  18.  
  19.  
  20. SRCS =
  21. OBJS =
  22. # DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT
  23.  
  24. HEADERS         = ../../../h
  25. CFLAGS          = $(CCOPTIONS) -I$(HEADERS)
  26. LDFLAGS         = $(LDOPTIONS)
  27.  
  28.  
  29.  
  30. ############################################################
  31. #
  32. # Building Rules
  33. #
  34. ############################################################
  35.  
  36.  
  37. PROGS =
  38.  
  39. default:        all
  40.  
  41. progs:          ${PROGS}
  42.  
  43. all:            ${PROGS}
  44.  
  45. rfc987:         awk.rfc987
  46.  
  47. install:        inst-rfc987 
  48. inst-rfc987:    $(TBLDIR)/awk.rfc987
  49. $(TBLDIR)/awk.rfc987: awk.rfc987
  50.         -$(BACKUP) $@ zawk.rfc987
  51.         rm -f $@
  52.         $(INSTALL) awk.rfc987 $@
  53.         -$(CHOWN) $(PPUSER) $@
  54.         -@ls -ls $@
  55.         @echo "awk.rfc987 script installed normally"; echo ""
  56.  
  57. clean:          tidy
  58. #        -rm -f $(OBJS) $(PROGS)
  59.  
  60. tidy:
  61.         rm -f *.old *.BAK *.OUT
  62.  
  63. depend: ;
  64. define: ;
  65.  
  66.  
  67. ############################################################
  68. #
  69. # End of building rules
  70. #
  71. ############################################################
  72.  
  73. # DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
  74. # Dependencies follow
  75.  
  76. # DEPENDENCIES MUST END AT END OF FILE
  77. # IF YOU PUT STUFF HERE IT WILL GO AWAY
  78. # see make depend above
  79.